From 9ba244b2bd78803c8b25b953c7ace8c3a40c36c3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E7=A9=8D=E4=B8=B9=E5=B0=BC=20Dan=20Jacobson?= Date: Mon, 19 Aug 2024 06:24:12 +0800 Subject: [PATCH] Zap repeated examples (#1084) On https://www.gpsbabel.org/htmldoc-development/fmt_globalsat.html we observe these two examples are repeated further down, in context too. So they shouldn't also appear higher up. I am guessing that I have correctly zapped the higher up pair. Co-authored-by: Robert Lipe --- xmldoc/formats/globalsat.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/xmldoc/formats/globalsat.xml b/xmldoc/formats/globalsat.xml index b25fb655a..c46243e09 100644 --- a/xmldoc/formats/globalsat.xml +++ b/xmldoc/formats/globalsat.xml @@ -9,16 +9,6 @@ USB cable to your computer and the device will show up as a serial device. -gpsbabel -i globalsat -f /dev/ttyUSB0 -o gpx,garminextensions -F outfile.gpx - - Command showing list of tracks on device - gpsbabel -i globalsat,showlist=1 -f /dev/ttyUSB0 - - - Command track can be used to fetch a single track, default is all tracks - gpsbabel -i globalsat,track=number -f /dev/ttyUSB0 -o gpx,garminextensions -F outfile.gpx - - The gh625XT USB cable provides a physical USB interface to the host computer, but internally it uses a Prolific PL-2303 chip to do this. So you must have -- 2.30.2